home *** CD-ROM | disk | FTP | other *** search
/ 3D Games (Spidla) / 3dhry2.iso / InterBingo 1.0 / InterBingoSetup.exe / BingoInstaller.swf / scripts / frame_13 / DoAction.as
Encoding:
Text File  |  2002-07-25  |  324 b   |  15 lines

  1. MsgBox = eval(_root.ResLevel + ".MsgBox");
  2. _root.ConfirmFor = "Error";
  3. trace("e:" + _root.ErrorMsg);
  4. if(int(_root.ErrorLevel) == 0)
  5. {
  6.    MsgBox.gotoAndStop("CONFIRM");
  7. }
  8. else
  9. {
  10.    MsgBox.gotoAndStop("ALERT");
  11. }
  12. MsgBox.Text = _root.ErrorMsg;
  13. MsgBox._x = 0 + MsgBox._width / 1.3;
  14. MsgBox._y = 0 + MsgBox._height;
  15.